Skip to main content

variable

Type

glossary

Description

A container in memory. You can put data of any kind into a variable, and read its contents.

Unlike other containers, variables are not permanent. A local variable's existence ends when the handler stops; a global variable's existence ends when you quit the application.

glossary: handler, application, container, global, local variable

Thank you for your feedback!

Was this page helpful?